home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 July / Macworld (1996-07).dmg / Demos / frEQout demo / INTERVU / INTERVU / INTERVU.DXR / 00058.ls < prev    next >
Encoding:
Text File  |  1996-03-28  |  105 b   |  9 lines

  1. on exitFrame
  2.   if the timer > (60 * 60) then
  3.     chooser()
  4.     mayhem()
  5.   else
  6.     go("8a")
  7.   end if
  8. end
  9.